home *** CD-ROM | disk | FTP | other *** search
- /**************************************************************************************************
-
- SPELTEST
- Program to test spelling checker.
-
- Written and copyright by Brian J Quinion 1994.
- The right of Brian J Quinion to be identified as the author of this work has been asserted
- in accordance with sections 77 and 78 of the Copyright Designs and Patents Act 1988.
-
- Version for Microsoft Windows.
- Version: 0.01 (Production)
- Date: 26 May 1994
- Module: RES.H
-
- **************************************************************************************************/
-
- /* Menu defines */
- // Do Menu
- #define SPC_DEBUGMODE 513
- #define SPC_IGNORELINES 509
- #define SPC_IGNORELINESWITH 510
- #define SPC_STOREWINPOS 504
- #define SPC_SHOWSTARTUP 512
- #define SPC_MSDIC 520
- #define SPC_SHOW3D 524
- #define SPC_CONFIRMEMPTY 514
- #define SPC_KEY 500
- #define SPC_AFTERMSG 505
- #define SPC_AFTERBEEP 506
- #define SPC_AFTERNOTHING 507
- #define SPC_REMOVE 511
- #define SPC_REGISTER 516
- #define SPC_CC 515
- #define IDHELP 20
- #define SPC_ABOUT 502
- #define MLC_CHECKEDIT 100
- #define MLC_CHECKEDITCUSTOM 101
- #define MLC_CHECKEDITGLOBAL 102
-
- #define MLC_CHECKWORDS 103
- #define MLC_CHECKWORDSCUSTOM 104
-
- #define MLC_SETUPQUICK 105
- #define MLC_SETUPQUICKLIMITED 106
- #define MLC_SETUPQUICKCUSTOM 107
- #define MLC_SETUPFULL 108
- #define MLC_SETUPFULLCUSTOM 109
-
- /* Dialog box defines */
- // SPELTEST_OPTIONSBOX
- #define ST_DEMOBUTTON 1000
-